Skip to main content

Wait For Text

Overview


Waits for source to contain text for up to 1 second(s).

Input

Browser

NameRequiredDescription
Browser InstanceWhich browser instance to run against.

Wait

NameRequiredDescription
TextText to search for, or regex to match (single line mode).
Timeout (ms)How long to wait for, in milliseconds.
Infinite TimeoutIf true the timeout is infinite

Options

NameRequiredDescription
Enable RegexIf enabled, the Text will be treated as a Regex to be matched.
Ignore CaseMakes the text comparison case in-sensitive.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.